home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / kcl.lha / cmpnew / init.lsp < prev    next >
Lisp/Scheme  |  1985-07-01  |  145b  |  5 lines

  1. (defun lcs1 (file)
  2.        (compile-file file
  3.                      :c-file t :h-file t :data-file t :ob-file t
  4.                      :system-p t))
  5.